﻿@charset "utf-8";
.mask {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#LoginBox, #RegBox {
	position: absolute;
	left: 470px;
	top: 150px;
	background: white;
	width: 400px;
	min-height: 282px;
	height: auto;
	border: 3px solid #444;
	border-radius: 7px;
	z-index: 10000;
	display: none;
	padding-bottom: 20px
}
.row1 {
	background: #f7f7f7;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	font-weight: bold;
	color: #666;
	font-size: 20px;
}
.row {
	padding: 0px 45px;
	margin-top: 10px;
}
.inputwarn{
	color:rgba(255,0,0,1);
	font-size:12px;	
	height:15px;
	}
.close_btn, .close_rbtn {
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	color: #999;
	text-decoration: none;
	float: right;
	padding-right: 4px;
}
/*.inputBox {
	display: inline-block;
}*/
.inputBox input {
	border: 1px solid #c3c3c3;
	padding: 2px 5px;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
}
.inputBox input {
	width: 100%;
}
.row input::-webkit-input-placeholder {
 color: #999;
}
.row input:-moz-placeholder {
 color: #999;
}
.row input:-ms-input-placeholder {
 color: #999;
}
.row .send {
	background: #4490f7;
	color: #fff;
	width: 36%;
	height: 39px;
	line-height:39px;
	font-size: 14px;
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
/*#txtName{height:30px;line-height:30px;width:300px;border:none;}
#txtPwd{height:30px;line-height:30px;width:300px;border:none;}*/
#loginbtn, #regbtn {
	color: White;
	background: #4490f7;
	text-decoration: none;
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	width: 150px;
	text-align: center
}
/*#example{position:fixed;left:390px;top:30px;color:White;background:#4490f7;text-decoration:none;padding:10px 95px;margin-left:87px;margin-top:40px;border-radius:5px;opacity:0.6;filter:alpha(opacity=60);}*/
.warning {
	float: right;
	color: Red;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	display: none;
	height: 35px;
	line-height: 35px;
}
